home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 008a / acolor21.zip / READ.ME < prev    next >
Text File  |  1991-03-09  |  2KB  |  54 lines

  1.  
  2.                     --------------------------------
  3.                             AColor.EXE v2.0
  4.                     Submitted into the Public Domain
  5.                    Copyright (c) 1991 PAROLE Software
  6.                              Dennis Maidon
  7.                     --------------------------------
  8.  
  9.      AColor.EXE is a simple utility that I wrote in QuickBasic 4.5 to
  10. randomly color text files on my BBS.  It will add ANSI color to any text
  11. file line by line.   It's a nice utility to change those bland text
  12. files into sparkling color and add a bit of life to the bulletin section
  13. of a BBS.  It is FREE with no strings attached.  If you like it, stop by
  14. The Parole Board one day and say hi to all the inmates incarcerated
  15. here.
  16.  
  17.      AColor.exe now allows you to add ANSI color to the background if
  18. you prefer.  It is controlled by a command line switch. "/b or /B".
  19. This will not work on files with lines longer than 79 columns.  AColor
  20. will run unattended in Batch mode and exit back to the system upon
  21. completion.  The user can also abort the colorization process at any
  22. time by pressing "F10".
  23.  
  24. SYNTAX: ACOLOR HELP ─┐
  25.         ACOLOR ?     ├─ Help Screen
  26.         ACOLOR      ─┘
  27.  
  28.         ACOLOR <filename> ;Randomly adds ANSI color to a sequential text
  29.                            file line by line.
  30.  
  31.         ACOLOR <filename> /B  ; Randomly adds ANSI color to the
  32.                                 foreground and background of a
  33.                                 sequential text file.
  34.  
  35.      AColor creates a file names ACOLOR.ANS in the current directory.
  36.  
  37.  
  38.                           The Parole Board BBS
  39.          Node 1 > (919) 965-4696 Dual-Standard 1200 - 19200 Bps
  40.           (919) 553-7056 Special Raleigh Access Line to Node 1
  41.          Node 2> (919) 965-0068 Intel 24EX MNP5 1200 - 2400 Bps
  42.  
  43.  
  44.      DISCLAIMER
  45.  
  46.      Dennis Maidon makes no warranties as to the contents of this
  47.      documentation and specifically disclaims any implied warranties of
  48.      merchantability or fitness for any particular purpose.  Dennis Maidon
  49.      further reserves the right to alter the specifications of the program
  50.      and/or the contents of the manual without obligation to notify any
  51.      person or organization of these changes.  In the immortal words of
  52.      Bart,"It's yours, dude".
  53.  
  54.